Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: stop fetching support bundle uri on airgap #4945

Conversation

ricardomaraschini
Copy link
Contributor

What this PR does / why we need it:

the function ParseSupportBundleFromDoc() always attempt to fetch the support bundle from its uri property (if present). there is another function that allows us to define if we want or not use the uri property:

ParseSupportBundle()

this new function requires a second argument called followURI and we need to set it to false when kots is running in an airgap environment.

the function `ParseSupportBundleFromDoc()` always attempt to fetch the
support bundle from its uri (if present). there is another function that
allows us to define if we want or not use the uri:

```
ParseSupportBundle()
```

this new function requires a second argument called `followURI` and we
need to set it to false when kots is running in an airgap environment.
@ricardomaraschini ricardomaraschini added type::bug Something isn't working bug::normal labels Oct 11, 2024
sgalsaleh
sgalsaleh previously approved these changes Oct 14, 2024
addressing pr comments.
@ricardomaraschini ricardomaraschini merged commit 73a7dde into main Oct 15, 2024
122 checks passed
@ricardomaraschini ricardomaraschini deleted the ricardomaraschini/sc-113580/ignore-preflight-uri-on-airgap branch October 15, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::normal type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants